-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix InboxTools method: GetForceIncludableBlockRange #520
base: main
Are you sure you want to change the base?
Conversation
We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, please sign one of the linked documents below to get yourself added. If you're an independent Individual please sign this form: https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=1353a816-a9c1-47ba-847e-ec79f0f23d31&env=na3&acct=6e152afc-6284-44af-a4c1-d8ef291db402&v=2. If you're with a company (corporate) please sign this form: https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=2b5fe8ba-51d4-4980-b4ee-605d66e675d4&env=na3&acct=6e152afc-6284-44af-a4c1-d8ef291db402&v=2. To agree to the CLA license, please fill out one of the attached forms. |
Hi there, We look forward to your approval to proceed with the PR. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
@FacuDeLorenzo could you pull in the latest from |
@douglance Done! |
@FacuDeLorenzo The fix makes sense, but there are type issues with the fix causing the tests to fail. Please update the code to resolve these errors and ensure all tests pass. |
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Facundo De Lorenzo.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Facundo De Lorenzo.
|
Fixes decode of SequencerInbox: maxTimeVariaton contract call.
Removed failing accesor since maxTimeVariation returns a tuple, accesing the first value was breaking on runtime.